Socket
Socket
Sign inDemoInstall

@ampproject/remapping

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ampproject/remapping

Remap sequential sourcemaps through transformations to point at the original source code


Version published
Maintainers
2
Created

What is @ampproject/remapping?

The @ampproject/remapping npm package is used for source map transformation. It allows developers to take existing source maps and remap them to create new source maps that reflect the combined transformations of multiple build steps. This is particularly useful when dealing with complex build processes involving multiple tools that each generate their own source maps.

What are @ampproject/remapping's main functionalities?

Remapping source maps

This feature allows you to remap source maps by providing the original source map and a chain of additional source maps. The package will then produce a new source map that reflects the composition of all provided source maps.

{"version":3,"file":"out.js","sources":["foo.js","bar.js"],"names":["src","maps","are","fun"],"mappings":"AAgBC,SAAQ,CAAEA"}

Other packages similar to @ampproject/remapping

Keywords

FAQs

Package last updated on 01 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc